|
PERFORM CHECKLIST FOR ONSCREEN OBJECTS
This command will create a checklist containing all the objects currently visible on the current screen.
PERFORM CHECKLIST FOR ONSCREEN OBJECTS Mode
Mode
Integer
The mode by which the selection will be made, current the only option is zero by default
This command does not return a value.
set display mode 800,600,32
cls
make object sphere 1,20
make object sphere 2,20
make object sphere 3,20
do
cls
PERFORM CHECKLIST FOR ONSCREEN OBJECTS 0
print "checklist quantity ",checklist quantity()
loop
end
BASIC3D Commands Menu
Index
|